Skip to content

add slippers packages for project #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

devakowakou
Copy link

🐛 Bug Fix

Problem

  • Users experiencing SMTPAuthenticationError (535) when signing up
  • Email verification fails due to Gmail SMTP authentication issues
  • Error occurs in allauth.account.adapter.send_mail() during user registration

Root Cause

The current email configuration was using invalid/expired Gmail App Password, causing SMTP authentication to fail when sending verification emails.

Solution

  • ✅ Updated Gmail App Password with freshly generated credentials
  • ✅ Verified SMTP configuration parameters (host, port, TLS settings)
  • ✅ Tested email sending functionality in development environment

Changes Made

  • Updated EMAIL_HOST_PASSWORD in environment configuration
  • Confirmed Gmail account has 2FA enabled and App Passwords configured
  • Verified SMTP settings are properly configured for Gmail

Testing

  • User registration now completes successfully
  • Email verification emails are sent without errors
  • SMTP connection establishes correctly
  • No more 535 authentication errors in logs

Related Issue

Fixes issue where new user signup was failing due to email verification errors.

Screenshots/Logs

Before: SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted')
After: Email verification sent successfully ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant